home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_40036.txt < prev    next >
Text File  |  1990-03-19  |  4KB  |  194 lines

  1. -- card: 40036 from stack: in
  2. -- bmap block id: 42212
  3. -- flags: 0000
  4. -- background id: 40838
  5. -- name: index 10
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global maploc, cardloc
  9.   put "index" into maploc
  10.   set the hilite of cd btn 8 to true
  11. end opencard
  12.  
  13. on closecard
  14.   set the hilite of cd btn 8 to false
  15.   push card
  16. end closecard
  17.  
  18.  
  19.  
  20.  
  21. -- part 6 (button)
  22. -- low flags: 00
  23. -- high flags: 0001
  24. -- rect: left=457 top=317 right=342 bottom=485
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 18622 / 18622
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: next
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.  
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 13 (button)
  41. -- low flags: 00
  42. -- high flags: A000
  43. -- rect: left=122 top=171 right=189 bottom=245
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 156
  48. -- text size: 14
  49. -- style flags: 0
  50. -- line height: 18
  51. -- part name: VRAM
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   visual effect dissolve
  55.   go to card id 55604
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 14 (button)
  61. -- low flags: 00
  62. -- high flags: A003
  63. -- rect: left=14 top=86 right=107 bottom=55
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 157
  68. -- text size: 14
  69. -- style flags: 0
  70. -- line height: 18
  71. -- part name: A - C
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   if the name of this card is "index 1" then
  75.     set the hilite of me to true
  76.   else
  77.     visual effect dissolve
  78.     go card "index 1"
  79.   end if
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 15 (button)
  85. -- low flags: 00
  86. -- high flags: A003
  87. -- rect: left=14 top=110 right=132 bottom=55
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 157
  92. -- text size: 14
  93. -- style flags: 0
  94. -- line height: 18
  95. -- part name: D - F
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect dissolve
  99.   go card "index 3"
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 16 (button)
  105. -- low flags: 00
  106. -- high flags: A003
  107. -- rect: left=14 top=134 right=156 bottom=55
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 157
  112. -- text size: 14
  113. -- style flags: 0
  114. -- line height: 18
  115. -- part name: G - L
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual effect dissolve
  119.   go card "index 4"
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 17 (button)
  125. -- low flags: 00
  126. -- high flags: A003
  127. -- rect: left=14 top=158 right=180 bottom=55
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 157
  132. -- text size: 14
  133. -- style flags: 0
  134. -- line height: 18
  135. -- part name: M - Q
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect dissolve
  139.   go card "index 6"
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 18 (button)
  145. -- low flags: 00
  146. -- high flags: A003
  147. -- rect: left=14 top=182 right=204 bottom=55
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 157
  152. -- text size: 14
  153. -- style flags: 0
  154. -- line height: 18
  155. -- part name: R - T
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   visual effect dissolve
  159.   go card "index 8"
  160. end mouseUp
  161.  
  162.  
  163.  
  164. -- part 19 (button)
  165. -- low flags: 00
  166. -- high flags: A003
  167. -- rect: left=13 top=206 right=228 bottom=55
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 157
  172. -- text size: 14
  173. -- style flags: 0
  174. -- line height: 18
  175. -- part name: U - Z
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   visual effect dissolve
  179.   go card "index 10"
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part contents for background part 2
  185. ----- text -----
  186. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  187.  
  188. -- part contents for background part 3
  189. ----- text -----
  190. Index
  191.  
  192. -- part contents for background part 4
  193. ----- text -----
  194. Click on any index entry to go to that card.